From f7826750ebb7f104cc9ccee06042fbbef4a777e2 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Tue, 27 Jun 2017 10:53:20 +0100 Subject: [PATCH] travis: install ghostscript Signed-off-by: Wei Liu Acked-by: Andrew Cooper Acked-by: Doug Goldstein --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9121fcca40..f93dd6868e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,6 +71,7 @@ addons: - g++-5 - seabios - checkpolicy + - ghostscript # we must set CXX manually instead of using 'language: cpp' due to # travis-ci/travis-ci#3871 before_script: -- 2.30.2